home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 151-175 / disk_166 / stevie / bugs / bug1 / term.h.diff < prev    next >
Text File  |  1992-05-06  |  694b  |  15 lines

  1. 44,49c44,49
  2. < #define    T_EL    "\033[2K"    /* erase the entire current line */
  3. < #define    T_IL    "\033[L"    /* insert one line */
  4. < #define    T_DL    "\033[M"    /* delete one line */
  5. < #define    T_ED    "\033[2J"    /* erase display (may optionally home cursor) */
  6. < #define    T_SC    "\0337"        /* save the cursor position */
  7. < #define    T_RC    "\0338"        /* restore the cursor position */
  8. ---
  9. > #define    T_EL    "\t\t\t\t\t\t\t\t\t\t\r"    /* erase the entire current line */
  10. > #define    T_IL    ""    /* insert one line */
  11. > #define    T_DL    ""    /* delete one line */
  12. > #define    T_ED    "\033[H\033[J"    /* erase display (may optionally home cursor) */
  13. > #define    T_SC    ""        /* save the cursor position */
  14. > #define    T_RC    ""        /* restore the cursor position */
  15.